home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / C and C++ / Gnuplot 3.5 for Macintosh / SOURCES 3.5 / term.h < prev    next >
Text File  |  1993-11-12  |  7KB  |  179 lines

  1.  
  2. /*
  3.  * $Id: term.h%v 3.50 1993/07/09 05:35:24 woo Exp $
  4.  *
  5.  */
  6.  
  7. /* GNUPLOT - term.h */
  8. /*
  9.  * Copyright (C) 1986 - 1993   Thomas Williams, Colin Kelley
  10.  *
  11.  * Permission to use, copy, and distribute this software and its
  12.  * documentation for any purpose with or without fee is hereby granted, 
  13.  * provided that the above copyright notice appear in all copies and 
  14.  * that both that copyright notice and this permission notice appear 
  15.  * in supporting documentation.
  16.  *
  17.  * Permission to modify the software is granted, but not the right to
  18.  * distribute the modified code.  Modifications are to be distributed 
  19.  * as patches to released version.
  20.  *  
  21.  * This software is provided "as is" without express or implied warranty.
  22.  * 
  23.  *
  24.  * AUTHORS
  25.  * 
  26.  *   Original Software:
  27.  *     Thomas Williams,  Colin Kelley.
  28.  * 
  29.  *   Gnuplot 2.0 additions:
  30.  *       Russell Lang, Dave Kotz, John Campbell.
  31.  *
  32.  *   Gnuplot 3.0 additions:
  33.  *       Gershon Elber and many others.
  34.  * 
  35.  * There is a mailing list for gnuplot users. Note, however, that the
  36.  * newsgroup 
  37.  *    comp.graphics.gnuplot 
  38.  * is identical to the mailing list (they
  39.  * both carry the same set of messages). We prefer that you read the
  40.  * messages through that newsgroup, to subscribing to the mailing list.
  41.  * (If you can read that newsgroup, and are already on the mailing list,
  42.  * please send a message info-gnuplot-request@dartmouth.edu, asking to be
  43.  * removed from the mailing list.)
  44.  *
  45.  * The address for mailing to list members is
  46.  *       info-gnuplot@dartmouth.edu
  47.  * and for mailing administrative requests is 
  48.  *       info-gnuplot-request@dartmouth.edu
  49.  * The mailing list for bug reports is 
  50.  *       bug-gnuplot@dartmouth.edu
  51.  * The list of those interested in beta-test versions is
  52.  *       info-gnuplot-beta@dartmouth.edu
  53.  */
  54.  
  55. /*
  56.  * term.h: terminal support definitions
  57.  *   Edit this file depending on the set of terminals you wish to support.
  58.  * Comment out the terminal types that you don't want or don't have, and
  59.  * uncomment those that you want included. Be aware that some terminal 
  60.  * types (eg, SUN, UNIXPLOT) will require changes in the makefile 
  61.  * LIBS definition. 
  62.  */
  63.  
  64. /* These terminals are not relevant for MSDOS, OS2, MS-Windows, ATARI or Amiga */
  65. #ifndef THINK_C
  66. #if !defined(MSDOS) && !defined(OS2) && !defined(_Windows) && !defined(ATARI) && !defined(AMIGA_SC_6_1) && !defined(AMIGA_AC_5)
  67.  
  68. #define AED        /* AED 512 and AED 767 */
  69. #define BITGRAPH    /* BBN BitGraph */
  70. #define COREL           /* CorelDRAW! eps format */
  71. /* #define CGI        /* SCO CGI */
  72. /* #define IRIS4D    /* IRIS4D series computer */
  73. #define KERMIT        /* MS-DOS Kermit Tektronix 4010 emulator */
  74. /* #define FIG           /* Fig graphics language */
  75. /* #define NEXT        /* NeXT workstation console */
  76. /* #define SUN        /* Sun Microsystems Workstation */
  77. #define REGIS        /* ReGis graphics (vt125, vt220, vt240, Gigis...) */
  78. /* #define RGIP        /* WARNING: requires POSIX: Redwood Graphics Interface Protocol UNIPLEX */
  79. #define SELANAR        /* Selanar */
  80. #define T410X        /* Tektronix 4106, 4107, 4109 and 420x terminals */
  81. #define TEK        /* Tektronix 4010, and probably others */
  82. /* #define UNIXPC    /* unixpc (ATT 3b1 or ATT 7300) */
  83. /* #define UNIXPLOT    /* unixplot */
  84. #define VTTEK        /* VT-like tek40xx emulators */
  85. /* #define X11        /* X11R4 window system */
  86.  
  87. #define DXY800A        /* Roland DXY800A plotter */
  88. #define EXCL        /* QMS/EXCL laserprinter (Talaris 1590 and others) */
  89.  
  90. #define HP2648        /* HP2648, HP2647 */
  91. #define HP26        /* HP2623A and maybe others */
  92. /* #define DEBUG        /* debugging terminal */
  93. #define HP75        /* HP7580, and probably other HPs */
  94. #define IMAGEN      /* Imagen laser printers (300dpi) (requires -Iterm also) */
  95.  
  96. #define PRESCRIBE    /* Kyocera Laser printer */
  97. #define QMS        /* QMS/QUIC laserprinter (Talaris 1200 and others) */
  98.  
  99. #define TANDY60        /* Tandy DMP-130 series 60-dot per inch graphics */
  100. #define V384        /* Vectrix 384 and tandy color printer */
  101.  
  102. #define TGIF        /* TGIF X-Windows draw tool */
  103.  
  104. #endif /* !MSDOS && !OS2 && !_Windows && !_ATARI && !AMIGA */
  105.  
  106. /* These terminals can be used on any system */
  107. #define AIFM        /* Adobe Illustrator Format */
  108. #define DUMB
  109.  
  110.  
  111. #define DXF        /* DXF format for use with AutoCad (Release 10.x) */
  112.  
  113. #define EEPIC        /* EEPIC-extended LaTeX driver, for EEPIC users */
  114. #define EMTEX        /* LATEX picture environment with EMTEX specials */
  115. #define EPS180        /* Epson-style 180-dot per inch (24 pin) printers */
  116. #define EPS60        /* Epson-style 60-dot per inch printers */
  117. #define EPSONP        /* Epson LX-800, Star NL-10, NX-1000 and lots of others */
  118. /* #define FIG           /* Fig graphics language */
  119. #define GPIC        /* gpic for groff */
  120. /* #define GRASS    /* GRASS (geographic info system) monitor */
  121. #define HP500C        /* HP DeskJet 500 Color */
  122. #define HPGL        /* HP7475, HP7220 plotters, and (hopefully) lots of others */
  123. #define HPLJII        /* HP LaserJet II */
  124. #define HPPJ        /* HP PaintJet */
  125. #define LATEX        /* LATEX picture environment */
  126. #define MF            /* METAFONT driver */
  127. #define MIF            /* Frame Maker MIF 3.00 format driver */
  128. #define NEC            /* NEC CP6 pinwriter  and LQ-800 printer */
  129. #define OKIDATA        /* OKIDATA  320/321 standard 60-dpi printers */
  130. #define PBM            /* PBMPLUS portable bitmap */
  131. #define PCL            /* orignal HP LaserJet III */
  132. #define POSTSCRIPT    /* PostScript */
  133. #define PSLATEX        /* LaTeX picture environment with PostScript \specials */
  134. #define PSTRICKS    /* LaTeX picture environment with PSTricks macros */
  135. #define STARC        /* Star Color Printer */
  136. #define TEXDRAW         /* TeXDraw drawing package for LaTeX */
  137. #define TPIC        /* TPIC specials for TeX */
  138.  
  139. /* These are for Amiga only */
  140. #if defined(AMIGA_SC_6_1) || defined(AMIGA_AC_5)
  141. #define AMIGASCREEN    /* Amiga custom screen */
  142. #undef  AIFM
  143. #undef  DXF
  144. #undef  FIG
  145. #undef  MIF
  146. #endif
  147.  
  148. /* These are for MSDOS only */
  149. #ifdef MSDOS
  150. #ifdef __TURBOC__
  151. #define ATT6300        /* AT&T 6300 graphics */
  152. #else
  153. #define ATT6300        /* AT&T 6300 graphics */
  154. #define CORONA        /* Corona graphics 325 */
  155. #define HERCULES    /* IBM PC/Clone with Hercules graphics board */
  156. #endif /* __TURBOC__ */
  157. #endif /* MSDOS */
  158. #else /* THINK_C */
  159.      #undef KERMIT        /* MS-Kermit Tektronix 4010 emulator */
  160.      #undef DXF            /* DXF format for use with AutoCad (Release 10.x) */
  161.      #define AIFM        /* Adobe Illustrator Format */
  162.     #define MIF            /* Frame Maker MIF 3.00 format driver */
  163.     #define MAC_TERM            /* macintosh pict driver */
  164.     #undef LATEX        /* LATEX picture environment */
  165.     #undef EEPIC        /* EEPIC-extended LaTeX driver, for EEPIC users */
  166.     #undef EMTEX        /* LATEX picture environment with EMTEX specials */
  167.     #undef PSLATEX        /* LaTeX picture environment with PostScript \specials */
  168.     #undef MF            /* METAFONT driver */
  169.     #define POSTSCRIPT    /* PostScript */
  170. #endif
  171.  
  172. #ifdef OS2
  173. #define OS2PM
  174. #endif /*OS2 */
  175.  
  176. #ifdef GISBASE
  177. #define GRASS
  178. #endif
  179.